Computes the determinant of the affine transformation matrix.
The determinant is calculated as: det = m00 * m11 - m01 * m10
det = m00 * m11 - m01 * m10
The determinant of the matrix.